home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / toollib / linklib / allocfre.asm next >
Assembly Source File  |  1995-12-30  |  127b  |  11 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _AllocFreq
  5. _AllocFreq:
  6.     move.l    a6,-(sp)
  7.     move.l    _ToolBase,a6
  8.     jsr    -282(a6)
  9.     move.l    (sp)+,a6
  10.     rts
  11.